home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd2.bin / drivers / Zakladni desky / SiS / agp117.exe / agp117 / AGP / current / WINXP / sisagp.inf < prev    next >
Windows Setup INFormation  |  2003-07-18  |  3KB  |  95 lines

  1. ;Copyright 1998-2005, Silicon Integrated Systems Corporation
  2.  
  3.  
  4. [Version]
  5. Signature="$WINDOWS NT$"
  6. Class=System
  7. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  8. Provider=%Provider%
  9. DriverVer=07/18/2003,7.2.0.1170
  10. CatalogFile=sisagp.cat
  11.  
  12.  
  13. ; =================== Common for all AGP devices =========================
  14. [DestinationDirs]
  15. DefaultDestDir = 12        ; DIRID_DRIVERS
  16.  
  17. [ControlFlags]
  18. ExcludeFromSelect = PCI\VEN_1039&DEV_0001
  19. ExcludeFromSelect = PCI\VEN_1039&DEV_0002
  20. ExcludeFromSelect = PCI\VEN_1039&DEV_0003
  21.  
  22. [Manufacturer]
  23. %SIS_MFG%=SIS_AGP
  24.  
  25. [AGP_Filter_Reg]
  26. HKR,,"UpperFilters", 0x00010000,"SISAGP"
  27.  
  28. [pci_ServiceInstallSection]
  29. DisplayName    = %pci_svcdesc%
  30. ServiceType    = %SERVICE_KERNEL_DRIVER%
  31. StartType      = %SERVICE_BOOT_START%
  32. ErrorControl   = %SERVICE_ERROR_NORMAL%
  33. ServiceBinary  = %12%\pci.sys
  34. LoadOrderGroup = "Boot Bus Extender"
  35.  
  36. ; =================== SISAGP ========================
  37. [SIS_AGP]
  38. %SIS.AGP.DeviceDesc%=SISAGP_Install,PCI\VEN_1039&DEV_0001
  39. %SIS.AGP.DeviceDesc2%=SISAGP_Install,PCI\VEN_1039&DEV_0002
  40. %SIS.AGP.DeviceDesc3%=SISAGP_Install,PCI\VEN_1039&DEV_0003
  41.  
  42. [SISAGP_Install]
  43. CopyFiles=SISAGPX.SYS
  44.  
  45. [SISAGPX.SYS]
  46. SISAGPX.SYS
  47.  
  48. [SISAGP_Install.HW]
  49. AddReg = AGP_Filter_Reg
  50.  
  51. [SISAGP_Install.Services]
  52. AddService = SISAGP,0,SISAGP_ServiceInstallSection
  53. AddService = pci, %SPSVCINST_ASSOCSERVICE%, pci_ServiceInstallSection
  54.  
  55. [SISAGP_ServiceInstallSection]
  56. DisplayName    = %SISAGP_svcdesc%
  57. ServiceType    = %SERVICE_KERNEL_DRIVER%
  58. StartType      = %SERVICE_DEMAND_START%
  59. ErrorControl   = %SERVICE_ERROR_NORMAL%
  60. ServiceBinary  = %12%\SISAGPX.sys
  61. LoadOrderGroup = PnP Filter
  62.  
  63. ;
  64. ; Source file information
  65. ;
  66.  
  67. [SourceDisksNames.x86]
  68. 1 = %DiskId%,,,""
  69.  
  70. [SourceDisksFiles]
  71. SISAGPX.sys  = 1
  72.  
  73. ; =================== STRINGS and CONSTANTS ========================
  74.  
  75. [Strings]
  76. SIS_MFG      = "Silicon Integrated Systems"
  77. DiskId       = "Silicon Integrated Systems Installation DISK (AGP)"
  78. Provider     = "SiS"
  79. SIS.AGP.DeviceDesc = "SiS Accelerated Graphics Port"
  80. SIS.AGP.DeviceDesc2 = "SiS Accelerated Graphics Port"
  81. SIS.AGP.DeviceDesc3 = "SiS Accelerated Graphics Port"
  82.  
  83. ;service descriptions
  84. SISAGP_svcdesc = "SiS AGP Filter"
  85. pci_svcdesc = "PCI Bus Driver"
  86.  
  87.  
  88. ;*******************************************
  89. ;Handy macro substitutions (non-localizable)
  90. SPSVCINST_ASSOCSERVICE = 0x00000002
  91. SERVICE_KERNEL_DRIVER  = 1
  92. SERVICE_BOOT_START     = 0
  93. SERVICE_DEMAND_START   = 3
  94. SERVICE_ERROR_NORMAL   = 1
  95.